home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / News Box.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  71 lines

  1. [SUBJECT]
  2. Description=Displays several messages off-line
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;<script language="JavaScript">
  9. ;<!-- begin script
  10. ;var pos1=0, pos2=0, Fin2;
  11. ;MsgN="`message`"; 
  12. ;newDelay = `delay`;
  13. ;function TexteMultiligne() {
  14. ;   if (pos1 > MsgN.length) {
  15. ;      document.formnouv.multi1.value = '';
  16. ;      pos1 = 0;
  17. ;      pos2 = 0;
  18. ;   }
  19. ;   else if (MsgN.substring(pos1-2,pos1-1) == '.') {
  20. ;     document.formnouv.multi1.value = '';
  21. ;     pos2 = pos1-1;
  22. ;     pos1++;
  23. ;   }
  24. ;   else {
  25. ;     document.formnouv.multi1.value = MsgN.substring(pos1,pos2);  
  26. ;     pos1++;
  27. ;   }
  28. ;   Fin2 = setTimeout("TexteMultiligne() ", newDelay);
  29. ;}
  30. ;// end script -->
  31. ;</script>
  32. ;
  33.  
  34.  
  35.  
  36. [BODY_TAG]
  37. ;onLoad="TexteMultiligne();" onUnload="clearTimeout(Fin2)"
  38.  
  39.  
  40.  
  41. [BODY_TEXT]
  42. ;<FORM NAME="formnouv">
  43. ;<TEXTAREA NAME="multi1" WRAP=PHYSICAL COLS="`columns`" ROWS="`rows`"></TEXTAREA>
  44. ;</FORM>
  45. ;
  46.  
  47.  
  48.  
  49.  
  50. [`message`]
  51. Kind=S
  52. Value=This is a message!
  53.  
  54.  
  55.  
  56. [`delay`]
  57. Kind=N
  58. Value=100
  59.  
  60.  
  61. [`columns`]
  62. Kind=N
  63. Value=40
  64.  
  65.  
  66. [`rows`]
  67. Kind=N
  68. Value=8
  69.  
  70.  
  71.